home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 April / EnigmA AMIGA RUN 17 (1997)(G.R. Edizioni)(IT)[!][issue 1997-04][EAR-CD].iso / EARCD / comm / tcp / AmPOP3D.lha / AmPOP3D / ReadMe.AMIGA < prev    next >
Text File  |  1996-12-10  |  739b  |  20 lines

  1.               POP3 server (Post Office Protocol v3 - RFC1225)
  2.               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3.  
  4. This version of pop3d has been modified, adapted and compiled with gcc 2.7.0
  5. to  work  under  Amiga  by Generoso Martello, e-mail:  gene@byte.it.
  6. It has been compiled from "pop3d.tar" source archive for unix.
  7.  
  8. To  install  it  just copy the pop3d executable in to your AmiTCP:serv/, and
  9. add this line to your AmiTCP:db/inetd.conf :
  10.  
  11.  pop3       stream      tcp nowait root    AmiTCP:serv/pop3d in.popd
  12.  
  13. finally  reboot  your Amiga or send a CTRL-F to inetd (to make it reload the
  14. config).
  15. Be sure to have the following line too in AmiTCP:db/services :
  16.  
  17.  pop3            110/tcp         postoffice v3
  18.  
  19. Have fun! :)
  20.